home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
MAINMENU.DIR
/
00030_Script_30
< prev
next >
Wrap
Text File
|
1995-05-28
|
2KB
|
70 lines
On EnterFrame
if the frame > 76 then
if rollover(2) then nothing
if the mousecast = the number of cast "help" then
set the castnum of sprite 3 = 27
else
set the castnum of sprite 3 = 26
end if
if the mousecast = the number of cast "quit" then
set the castnum of sprite 4 = 29
else
set the castnum of sprite 4 = 28
end if
if the mousecast = the number of cast "tune in" then
set the castnum of sprite 5 = 32
else
set the castnum of sprite 5 = 31
end if
if the mousecast = the number of cast "turn on" then
set the castnum of sprite 6 = 34
else
set the castnum of sprite 6 = 33
end if
if the mousecast = the number of cast "drop out" then
set the castnum of sprite 7 = 36
else
set the castnum of sprite 7 = 35
end if
if rollover(9) = true then
set the visibility of sprite 9 = false
else
set the visibility of sprite 9 = true
end if
if rollover(11) = true then
set the visibility of sprite 11 = false
else
set the visibility of sprite 11 = true
end if
if rollover(13) = true then
set the visibility of sprite 13 = false
else
set the visibility of sprite 13 = true
end if
if rollover(14) = true then
set the visibility of sprite 14 = true
else
set the visibility of sprite 14 = false
end if
end if
end enterframe